home *** CD-ROM | disk | FTP | other *** search
- #include "map.v"
- #include "heli.def.v"
- #include "tank.def.v"
- #include "m2.def.v"
- #include "cosmosphere.def.v"
-
- vehicle freeheli {
- instance heli
- offset 3160 760 0
- owner none
- weapon tracer
- ammo 200
- }
-
- vehicle helicopter {
- instance heli
- offset 3250 4000 0
- }
-
- vehicle tank {
- instance tank
- offset 1000 1000 0
- }
-
- vehicle apc {
- instance m2
- offset 1100 1100 0
- }
-
- vehicle cosmosphere {
- instance cosmosphere
- offset 1300 2000 500
- }
-
-
-